The following tables list the members exposed by InformationContext<T,TColumnType>.
Name | Description | |
---|---|---|
InformationContext<T,TColumnType> Constructor | Initializes a new instance of the InformationContext class. |
Name | Description | |
---|---|---|
CaseSensitive | Gets if case sensitivity should be used when generating the list. (Inherited from Infragistics.InformationContext) | |
Comparer | Gets the Comparer that should be used for sorting. (Inherited from Infragistics.InformationContext) | |
DataType | Gets the Type of the data object being processed. (Inherited from Infragistics.InformationContext) | |
Lambda | Gets the System.Linq.Expressions.LambdaExpression which is used to generate the list. (Inherited from Infragistics.InformationContext) | |
PropertyName | Gets the name of the property that will be processed for information. (Inherited from Infragistics.InformationContext) | |
PropertyType | Gets the Type of the objects provided by the property. (Inherited from Infragistics.InformationContext) | |
SortAscending | Gets if the generated list should be sorted. (Inherited from Infragistics.InformationContext) |
Name | Description | |
---|---|---|
FromDateColumn | Gets if the unique list being build is for the Date Column. If so then we will use some ranging logic when building unique list since the Date column does not support time. (Inherited from Infragistics.InformationContext) |
Name | Description | |
---|---|---|
GetCompleteValuesList | Overloaded. Overridden. Returns an System.Collections.IList of objects from this InformationContext. | |
GetDistinctValues | Overloaded. Overridden. Gets an System.Collections.IList of distinct values from the inputted System.Collections.IEnumerable. |